home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BMUG Revelations
/
BMUG Revelations.toast
/
Utilities
/
Random
/
Commodore 64c
/
SOURCE
/
Keyboard.h
< prev
next >
Wrap
Text File
|
1994-03-11
|
204b
|
13 lines
#ifndef KEYBOARD_H
#define KEYBOARD_H
#include "ProcessorTypes.h"
extern byte keyScan[8];
extern byte scanCode[256];
void SetupScanCodes(void);
void AppleScanKeyboard(byte chr, int modifiers);
#endif